Package-level declarations
Types
Link copied to clipboard
class GrpcAuthServiceAdapter(authService: AuthService, groupService: GroupService) : AuthServiceGrpcKt.AuthServiceCoroutineImplBase
Adapter class for gRPC authentication service.
Link copied to clipboard
class GrpcGroupServiceAdapter(groupService: GroupService) : GroupServiceGrpcKt.GroupServiceCoroutineImplBase
Adapter class for gRPC Group Service. This class is responsible for adapting the gRPC service methods to the internal service methods.
Link copied to clipboard
class GrpcUserServiceAdapter(userService: UserService) : UserServiceGrpcKt.UserServiceCoroutineImplBase
Adapter class for gRPC Group Service. This class is responsible for adapting the gRPC service methods to the internal service methods.
Link copied to clipboard
object StatusUtility
Utility class for creating status messages.